C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class
Members

FlexPieBase<T> Class
The base class of flex pie.
Object Model
FlexPieBase<T> Class
Syntax
'Declaration
 
Public MustInherit Class FlexPieBase(Of T) 
   Inherits FlexChartBase(Of T)
   Implements IAnimatableITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexChartBase<T>
               C1.Web.Mvc.FlexPieBase<T>
                  C1.Web.Mvc.FlexPie<T>
                  C1.Web.Mvc.Sunburst<T>

See Also